Gets the number of elements contained in the ReadOnlyDictionary.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Count 
As 
Integer
C#
public 
int 
Count { 
get; }
Visual C++
public:
virtual 
property 
int 
Count {
	
int 
get () 
sealed;
}
JavaScript
function get_
count();

Implements

ICollectionCount () () ()

See Also